home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / game / patch / ClickStart.lha / BootFiles / Startup-Sequence < prev   
Encoding:
Text File  |  1998-02-14  |  793 b   |  43 lines

  1. ;$ver: ClickStart startup-sequence version 1.2.5
  2. SetPatch >NIL:
  3. MB0:C/Assign ENV: Ram:
  4. MB0:C/Assign T: MB0:T/
  5. Echo "Starting Your Selected Program"
  6.  
  7. If NOT EXISTS MB0:CountFile
  8.         Echo >MB0:CountFile DummyFile
  9. Else
  10.         Echo "Demo is about to be launched once more...."
  11.         Echo ""
  12.         Ask "Do you want to watch the demo again (Y/N)"
  13.  
  14.         If Warn
  15.                 Skip Start
  16.         Else    
  17.  
  18.                 Resident >NIL: MB0:C/Reset PURE
  19.                 RemRad MB0: force
  20.                 Reset
  21.                 Quit
  22.         EndIf
  23. EndIf
  24.  
  25. Lab Start
  26. C/Execute MB0:S/PathFile >NIL:
  27. MB0:C/Execute ReqBootFile >NIL:
  28. Resident >NIL: MB0:C/Reset PURE
  29.  
  30.  
  31. Ask "Press Enter to Reset!!"
  32.  
  33. If Warn
  34.     MB0:C/RemRad MB0: Force
  35.     Reset
  36. Else
  37.     MB0:C/RemRad MB0: Force
  38.     Reset
  39. EndIf
  40.  
  41.  
  42.  
  43.